home *** CD-ROM | disk | FTP | other *** search
- ECHO OFF
- CLS
- IF .%1 == .N goto cont
- if .%1 == .n goto cont
- IF .%1 == .E goto cont
- if .%1 == .e goto cont
- ECHO . .
- ECHO . .
- ECHO . .
- ECHO ╔═══════════════════════════════════════════════════════════╗
- ECHO ║ To print out the manual on a non-Epson printer, enter: ║
- ECHO ║ PRINTMAN N ║
- ECHO ║ ║
- ECHO ║ To print out the manual on an Epson compatible printer, ║
- ECHO ║ enter: PRINTMAN E ║
- ECHO ║ ║
- ECHO ╚═══════════════════════════════════════════════════════════╝
- GOTO Leave
- :cont
- CLS
- if %1 == e elite
- if %1 == E elite
- ECHO .
- ECHO .
- ECHO ╔════════════════════════════════════════════════════════╗
- ECHO ║ ║
- ECHO ║ CHECK YOUR PRINTER if the printing doesn't start ║
- ECHO ║ now. Once it does start, it's a good time to go ║
- ECHO ║ for that cup of coffee. ║
- ECHO ║ ║
- ECHO ╚════════════════════════════════════════════════════════╝
- type checkman.doc > lpt1:
- REM '
- REM The above statement redirects the output of the DOS TYPE command
- REM to lpt1, which is normally the name of the port used by the printer.
- REM If this batch file isn't working for you, you may be using a different
- REM port. Change 'lpt1' above to the name of the port on which you
- REM have YOUR printer.
- PAUSE
- :Leave
- EXIT
-